home *** CD-ROM | disk | FTP | other *** search
/ The Utilities Experience / The Utilities Experience - Volume 1.iso / software / demos / r-z / stormc-demo / include / clib / mathieeedoubbas_protos.h < prev    next >
C/C++ Source or Header  |  1996-01-02  |  1KB  |  47 lines

  1. #ifndef  CLIB_MATHIEEEDOUBBAS_PROTOS_H
  2. #define  CLIB_MATHIEEEDOUBBAS_PROTOS_H
  3.  
  4. /*
  5. **    $VER: mathieeedoubbas_protos.h 1.3 (7.11.90)
  6. **    Includes Release 40.15
  7. **
  8. **    C prototypes. For use with 32 bit integers only.
  9. **
  10. **    (C) Copyright 1990-1993 Commodore-Amiga, Inc.
  11. **        All Rights Reserved
  12. */
  13.  
  14. #ifndef  EXEC_TYPES_H
  15. #include <exec/types.h>
  16. #endif
  17.  
  18. #ifdef __cplusplus
  19. extern "C" {
  20. #endif
  21.  
  22. LONG IEEEDPFix( DOUBLE parm );
  23. DOUBLE IEEEDPFlt( long integer );
  24. LONG IEEEDPCmp( DOUBLE leftParm, DOUBLE rightParm );
  25. LONG IEEEDPTst( DOUBLE parm );
  26. DOUBLE IEEEDPAbs( DOUBLE parm );
  27. DOUBLE IEEEDPNeg( DOUBLE parm );
  28. DOUBLE IEEEDPAdd( DOUBLE leftParm, DOUBLE rightParm );
  29. DOUBLE IEEEDPSub( DOUBLE leftParm, DOUBLE rightParm );
  30. DOUBLE IEEEDPMul( DOUBLE factor1, DOUBLE factor2 );
  31. DOUBLE IEEEDPDiv( DOUBLE dividend, DOUBLE divisor );
  32. /*--- functions in V33 or higher (Release 1.2) ---*/
  33. DOUBLE IEEEDPFloor( DOUBLE parm );
  34. DOUBLE IEEEDPCeil( DOUBLE parm );
  35.  
  36. #ifdef __cplusplus
  37. }
  38. #endif
  39.  
  40. #ifdef STORMPRAGMAS
  41. #ifndef _INCLUDE_PRAGMA_MATHIEEEDOUBBAS_LIB_H
  42. #include <pragma/mathieeedoubbas_lib.h>
  43. #endif
  44. #endif
  45.  
  46. #endif     /* CLIB_MATHIEEEDOUBBAS_PROTOS_H */
  47.